home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 121 / Computer Shopper 121 / Computer Shopper 121.iso / Internet / Demon / IEXPLORE / IEAKJAVA.EXE / CLASSR.EXE / sun / misc / Timeable.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  214 b   |  6 lines

  1. package sun.misc;
  2.  
  3. public interface Timeable {
  4.    void tick(Timer var1);
  5. }
  6.